QuickOPC User's Guide and Reference
TypedValue Property (UAAttributeData<TValue>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Generic Namespace > UAAttributeData<TValue> Class : TypedValue Property
Gets or sets the data value.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property TypedValue As TValue
'Usage
 
Dim instance As UAAttributeData(Of TValue)
Dim value As TValue
 
instance.TypedValue = value
 
value = instance.TypedValue
[CanBeNull()]
public TValue TypedValue {get; set;}
[CanBeNull()]
public:
property TValue^ TypedValue {
   TValue^ get();
   void set (    TValue^ value);
}
Remarks
The property has a different name from the base class in order to satisfy StreamInsight serialization limitations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also